home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / stdlib.h < prev    next >
C/C++ Source or Header  |  1996-01-30  |  389b  |  17 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9. /* stdlib.h - declarations for common library procedures used */
  10. #ifndef _stdlib_h
  11. #define _stdlib_h
  12.  
  13. #ifdef IBM_PC
  14. #include <stdlib.h>
  15. #endif
  16. #endif
  17.